Add missing connector types and improve SDK docs#136
Conversation
|
Claude finished @wixysam's task —— View job Code Review for PR #136SummaryThis PR successfully enhances the SDK documentation by adding missing connector types (slackbot, discord, googlebigquery, github), exposing connector-related types in the generated docs, fixing navigation support in the copy-to-local-docs script, and cleaning up the auth provider documentation. The changes are well-structured and follow established patterns. Code Quality and Best Practices ✅Strengths:
Minor Improvements:
Potential Bugs or Issues
|
🚀 Package Preview Available!Install this PR's preview build with npm: npm i @base44-preview/sdk@0.8.20-pr.136.ee4a41bPrefer not to change any import paths? Install using npm alias so your code still imports npm i "@base44/sdk@npm:@base44-preview/sdk@0.8.20-pr.136.ee4a41b"Or add it to your {
"dependencies": {
"@base44/sdk": "npm:@base44-preview/sdk@0.8.20-pr.136.ee4a41b"
}
}
Preview published to npm registry — try new features instantly! |
|
Claude finished @wixysam's task —— View job Code Review for PR #136: Add missing connector types and improve SDK docsSummaryThis PR enhances the SDK documentation by adding missing connector types (slackbot, discord, googlebigquery, github), exposing connector-related types in the generated docs, fixing navigation support in the docs copy script, and cleaning up the auth provider documentation. The changes are well-structured and improve the SDK's documentation completeness. Code Quality and Best Practices ✅Strengths:
Areas for Improvement:
Potential Bugs or Issues
|
|
Claude finished @wixysam's task —— View job Code Review for PR #136: Add missing connector types and improve SDK docsSummaryThis PR successfully enhances the SDK documentation by adding missing connector types (slackbot, discord, googlebigquery, github), exposing connector-related types in the generated docs, fixing navigation support in the copy-to-local-docs script, and cleaning up the auth provider documentation. The changes are well-structured and follow established patterns. Code Quality and Best Practices ✅Strengths:
Minor Improvements:
Potential Bugs or Issues
|
|
Claude finished @wixysam's task —— View job Code Review for PR #136: Add missing connector types and improve SDK docsTodo List:
SummaryThis PR enhances the SDK documentation by adding missing connector types (slackbot, discord, googlebigquery, github), exposing connector-related types in the generated docs, fixing navigation support in the copy-to-local-docs script, and cleaning up the auth provider documentation. The changes are well-structured and improve the SDK's documentation completeness. Code Quality and Best Practices ✅Strengths:
Areas for Improvement:
Potential Bugs or Issues
|
|
Claude finished @wixysam's task —— View job Code Review for PR #136: Add missing connector types and improve SDK docsTodo List:
SummaryThis PR enhances the SDK documentation by adding missing connector types (slackbot, discord, googlebigquery, github), exposing connector-related types in the generated docs, fixing navigation support in the copy-to-local-docs script, and cleaning up the auth provider documentation. The changes are well-structured and improve the SDK's documentation completeness. Code Quality and Best Practices ✅Strengths:
Areas for Improvement:
Potential Bugs or Issues
|
|
Claude finished @wixysam's task —— View job Code Review for PR #136: Add missing connector types and improve SDK docsTodo List:
SummaryThis PR enhances the SDK documentation by adding missing connector types (slackbot, discord, googlebigquery, github), exposing connector-related types in the generated docs, fixing navigation support in the copy-to-local-docs script, and cleaning up the auth provider documentation. Code Quality and Best Practices ✅Strengths:
Areas for Improvement:
Potential Bugs or Issues
|
|
Claude finished @wixysam's task —— View job Code Review for PR #136: Add missing connector types and improve SDK docsTodo List:
SummaryThis PR enhances the SDK documentation by adding missing connector types (slackbot, discord, googlebigquery, github), exposing connector-related types in the generated docs, fixing navigation support in the copy-to-local-docs script, and cleaning up the auth provider documentation. Code Quality and Best Practices ✅Strengths:
Areas for Improvement:
Potential Bugs or Issues
|
- Add slackbot, discord, googlebigquery, and github to connectors JSDoc with available connectors table and Slack User vs Bot explanation - Expose ConnectorIntegrationType and ConnectorIntegrationTypeRegistry in generated docs via types-to-expose and appended-articles config - Group connector types under Type Definitions in post-processing - Fix copy-to-local-docs to support dropdowns navigation format - Remove SSO from loginWithProvider docs (not ready for public docs) - Switch auth provider list separators from hyphens to colons Made-with: Cursor
Made-with: Cursor
- Shorten Slack User vs Bot explanation to concise summary - Add links to dedicated connector guides (Gmail, LinkedIn, Slack) Made-with: Cursor
- Add SSO back to loginWithProvider supported providers list and examples - Shorten Slack User vs Bot explanation and add connector guide links Made-with: Cursor
- Remove Slack User vs Bot section (linked elsewhere) - Change connector guide links to point directly to scopes sections - Add link to SSO setup guide in loginWithProvider docs Made-with: Cursor
Made-with: Cursor
Made-with: Cursor
Update connectors.types.ts with getConnection() examples and description, simplify deprecation message, and add deprecated method post-processing to the doc generation pipeline (emoji in heading, Danger callout above signature). Made-with: Cursor
4aaa1d3 to
0cd3a71
Compare
|
Claude finished @wixysam's task —— View job Code Review for PR #136: Add missing connector types and improve SDK docsTodo List:
SummaryThis PR enhances the SDK documentation by adding missing connector types (slackbot, discord, googlebigquery, github), exposing connector-related types in the generated docs, fixing navigation support in the copy-to-local-docs script, and cleaning up the auth provider documentation. The changes are well-structured and improve documentation completeness. Code Quality and Best Practices ✅Strengths:
Areas for Improvement:
Potential Bugs or Issues
|
…links Add Box, ClickUp, Google Analytics, and Wrike to the available connectors table. Add links to Available connectors in getConnection description and param. Simplify getConnection description into two focused paragraphs. Made-with: Cursor
|
Claude encountered an error —— View job Code Review for PR #136: Add missing connector types and improve SDK docsTodo List:
Starting review now... |
Summary
ConnectorIntegrationTypeandConnectorIntegrationTypeRegistryin the generated docs viatypes-to-expose.json,appended-articles.json, and a newtypeGroupsentry in the post-processing scriptcopy-to-local-docs.jsto support the currentdropdownsnavigation format indocs.json(with fallback to legacyanchors)loginWithProviderJSDoc (not ready for public documentation)Test plan
npm run create-docs-localand verify the generated SDK reference pages render correctly inmintlify devloginWithProvidercreateClientandcreateClientFromRequestpages render with relative cross-linksMade with Cursor